ServiceDeleteRule Method (String) |
Deletes an inbox rule.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic RuleOperationResponse DeleteRule(
string rule
)
Public Function DeleteRule (
rule As String
) As RuleOperationResponse
Parameters
- rule
- Type: SystemString
The rule.
Return Value
Type:
RuleOperationResponseRuleOperationResponse.
See Also